home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / as-receitas-de-dora.swf / scripts / frame_1 / DoAction.as
Text File  |  2011-09-19  |  170b  |  10 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    if(mcLoading.display(getBytesLoaded() / getBytesTotal()))
  5.    {
  6.       delete this.onEnterFrame;
  7.       play();
  8.    }
  9. };
  10.